xcode - When i build and run my app i don't have any problems, but when i archive i have error -
my parameters are
library setup method: cocoapods library: https://github.com/evgenyneu/auk version of library: 7.0 xcode version. example: 8.3.3 os version: ios 9.0
my podfile is
platform :ios, '9.0' use_frameworks! target 'myappname' pod 'alamofire', '> 4.0' pod 'paypal-ios-sdk', '> 2.12.0' pod 'moa', '> 8.0' pod 'auk', '> 7.0' pod 'azsclient' end
when build , run app in iphone, don't have problems, when try archive solutions submit in itunes connect have various error:
value of type 'uiscrollview' has no member 'auk' use of unresolved identifier 'moa'
i tried remove library podfile , install carthage, have same result. can me
as suspected, workaround has serious downside: setting strip linked product setting no creates archive not validate when uploaded itunes connect validation apple. got message saying binary had issues:
non-public api usage: app references non-public symbols in lisa: __tlv_atexit advise keep copy of xcode 7 if need submit new binary itunes connect!
Comments
Post a Comment