iphone - Entitlements.plist error when trying to build non ad-hoc versions? -
i searched around answer no luck....
i built ad-hoc version of app, when try build debug, release, or regular distribution build error:
"codesign error: entitlements file '/users/dropbox/myapp/entitlements.plist' missing"
the thing
a) entitlements.plist file sitting right there in resources folder
b) isn't correct path xcode project folder.
c) removed key project settings> build> code signing entitlements, why looking entitlements.plist?
what going on?? how can xcode stop trying find entitlements file, know isnt needed other ad-hoc builds.
thanks all, think figured out. else runs this:
i ended going 'targets' , right-clicking 'get info' (or alternatively project>edit active target ) , entitlement.plist listed in build tab there well. removed there , in project settings , issue solved.
again, :)
Comments
Post a Comment