iphone - SDK Verision dont match -
hi iphone device has 4.2.1 version, xcode saying 4.2 version. issue because cant debug app on device. developer folder has iphoneentitlements401 folder, shouldnt 4.2 instead of 401?
i getting cannot read entitlements data error. please help!
sdk support:
you need set ios deployment target
lowest sdk want support. need set yours @ least 4.2.
go to project -> edit project settings -> scroll down to deployment, then find ios deployment target
for entitlements:
your entitlements file, if exists, may corrupt, remove if have it, add new one:
right-click on project, click add, new file , under ios click on code signing , choose entitlements.
Comments
Post a Comment