[英]Building for iOS Simulator, but linking in object file built for iOS in xcode
System specification: Mac-in-cloud (v 12.3.1) 8 GB.系统规格:Mac-in-cloud (v 12.3.1) 8 GB。 XCODE 13.4
XCODE 13.4
Few months ago we had created a project in xcode on mac-in-cloud.几个月前,我们在 mac-in-cloud 上的 xcode 中创建了一个项目。 It was working fine and we pushed it on git then rented another mac-in-cloud to test even then project was working fine.
它工作正常,我们将它推到 git 上,然后租用另一个 mac-in-cloud 进行测试,即使项目工作正常。
Now a bug come in our app so we rented another mac-in-cloud, pulled code and try to run it but getting this error:现在我们的应用程序中出现了一个错误,所以我们租用了另一个 mac-in-cloud,提取代码并尝试运行它,但收到此错误:
Building for iOS Simulator, but linking in object file built for iOS, file '/Users/user220716/Desktop/Project/[project_name]/platforms/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/GoogleMaps' for architecture arm64 Building for iOS Simulator, but linking in object file built for iOS, file '/Users/user220716/Desktop/Project/[project_name]/platforms/ios/Pods/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/GoogleMaps' for architecture arm64
I tried many solutions of similar questions even some same questions like this and this .我尝试了许多类似问题的解决方案,甚至像this和this 这样的相同问题。 But problem didn't solved.
但问题并没有解决。
Thank you in advance.先感谢您。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.