I\'ve created an ad hoc distribution build for my iPhone app using Xcode 4.1. The target successfully builds and produces an archive file that I can see in Organizer. I then
yeah, i think it's xcode6.1 problem (or bug?)
you can
1.add $(SDKROOT)/ResourceRules.plist to "Code Signing Resource Rules Path"
$(SDKROOT)/ResourceRules.plist
"Code Signing Resource Rules Path"
or
2.use xcode-select back to 6.01 build
3.sign argument without "sign=iPhone Distribution: Grant Abt"
without
to work