-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Hello.
I can not integrate library using cocoapods after upgrade to xcode 7.3, so i moved to carthage.
On last stage of submission to store i have multiple error messages (last screenshot)
I actually trying some stupid thing like manually remove i386.swiftdoc i386.swiftmodule x86_64.swiftdoc x86_64.swiftmodule
from SQLite.framework/Modules/SQLite.swiftmodule
, clean project and build folder, remove derivedData. After that project build is still success, but fail with same error on store validation.
// iOS target 9.0
// Carhtage version 0.11.0
// Cartfile
github "stephencelis/SQLite.swift" ~> 0.10.0
carthage update --platform iOS
Note:
Bitcode is set to NO
When i try use cocoapods (for xcode 7.3 branch or 0.10.0 no matter) i have error similar to this comment
Also on archive phase i have warning:
/path_to_project/<module-includes>:1:1: Umbrella header for module 'SQLite' does not include header 'sqlite3.h'