[Solved] Building a universal swift framework
Is there any way to over come this? No. If you wanted to be able to use the framework in Xcode 9, you shouldn’t have built it in Xcode 10. solved Building a universal swift framework
Is there any way to over come this? No. If you wanted to be able to use the framework in Xcode 9, you shouldn’t have built it in Xcode 10. solved Building a universal swift framework
Actually, this question is for earlier builds of Xcode version 12, and this issue is disappeared in version 13.x I doubt anyone use version 12, but for fixing on Xcode 12, running and debugging on physical device could be a valid solution. solved Fresh init React Native Build has CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler error on … Read more
Just needed: Create temporary info.plist somewhere in the depths of your project and… Go to Pods -> FirebaseCore (and each others) -> General -> Identity -> Choose info.plist file… for each module with warnings. 1 solved Xcode Warning: Skipping code signing because the target does not have an Info.plist file [closed]