swift-custom-framework

Library not loaded @rpath/AFNetworking iOS

谁说我不能喝 提交于 2020-01-03 15:55:38
问题 I've facing very strange issue while installing my app onto device using custom (my own created) framework. MyFramework uses AFNetworking, Dropbox and Google drive from pods, and I just dragged MyFramework into my app and just build(which is fine) but on installation this give me error dyld: Library not loaded: @rpath/AFNetworking.framework/AFNetworking Referenced from: /private/var/containers.../MyFramework.framework/MyFramework Reason: image not found MyApp has nothing just new app and

Error ITMS-90206 Invalid bundle contains disallowed file 'Frameworks'

牧云@^-^@ 提交于 2019-12-18 11:56:21
问题 I have a problem uploading my application into the Store via Xcode, this one in particular. I saw a lot of post about this error, but all are talking about Extension App , that I do not use. I'm using a Custom framework and Cocoapods . You can see here my tree : XXX is my project app name SharedXXX is my custom framework Pods is the project created by cocoa pods Here is my cocoa podFile : use_frameworks! link_with 'XXX', 'SharedXXX' source 'https://github.com/CocoaPods/Specs.git' platform