下面就详细介绍一下:
1. error: The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ or update your CocoaPods installation.
解决方法: 终端:pod install
-> Fabric (1.6.7)
Fabric by Twitter, Inc.
pod ‘Fabric‘, ‘~> 1.6.7‘
- Homepage:
https://fabric.io
- Source:
https://kit-downloads.fabric.io/cocoapods/fabric/1.6.7/fabric.zip
- Versions: 1.6.7, 1.6.6, 1.6.5, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.5,
1.5.4, 1.5.3, 1.5.1, 1.5.0, 1.4.1, 1.4.0, 1.2.8 [master repo]
终端命令:pod search crashlytics
-> Crashlytics (3.7.0)
Best and lightest-weight crash reporting for mobile, desktop and tvOS.
pod ‘Crashlytics‘, ‘~> 3.7.0‘
- Homepage:
https://get.fabric.io/crashlytics
- Source:
https://kit-downloads.fabric.io/cocoapods/crashlytics/3.7.0/crashlytics.zip
- Versions: 3.7.0, 3.6.0, 3.5.0, 3.4.1, 3.4.0, 3.3.4, 3.3.3, 3.3.1, 3.3.0,
3.2.0, 3.1.1, 3.1.0, 3.0.11 [master repo]
在podfile中添加pod ‘Fabric‘, ‘~> 1.6.7’ 和 pod ‘Crashlytics‘, ‘~> 3.7.0‘
终端命令:pod install
3./Debug-iphonesimulator/TeamTalk.build/Script-817CB3AD1B3BC68D0004AFEA.sh: line 2: ./Fabric.framework/run: No such file or directory
解决方法:remove the fabric script from run script
OK,现在就可以成功在模拟器上面跑起来了。
后续如果还有问题的话,我会及时更新在这里。