Hello I am getting multiple issues with the carthage integration of this project in my app when submitting the app to the AppStore as follows:
App Store Connect Operation Error
CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.facebook.pop' under the iOS application 'MyApp.app'.
App Store Connect Operation Error
Invalid Bundle. The bundle at 'MyApp.app/Frameworks/Slider.framework' contains disallowed nested bundles.
App Store Connect Operation Error
Invalid Bundle. The bundle at 'MyApp.app/Frameworks/Slider.framework' contains disallowed file 'Frameworks'.
I am copying the frameworks using the carthage utilities. So I am wondering what I am doing wrong here. If I don't copy them it just doesn't work.
I am using Xcode 10.2 and Carthage 0.33.0
Hello I am getting multiple issues with the carthage integration of this project in my app when submitting the app to the AppStore as follows:
I am copying the frameworks using the carthage utilities. So I am wondering what I am doing wrong here. If I don't copy them it just doesn't work.
I am using Xcode 10.2 and Carthage 0.33.0