xcodexcode9.4

Is it possible to test app on the device without developer program? [Xcode 9.4 - Code Signing Error]


I don't register 'Apple Developer Program', but I want to test the iOS application on my devices.

Is it possible to test the iOS app on my device without registering 'developer program'?

I tried to build the app on my device, but 'code signing error' occurs.

Code Signing Error


Solution

  • I changed bundle identifier to the form of com.[myName].[AppName], then it works. I think I can freely use any words for [myName] if it does not conflict.

    I refered to iOS 9 new feature Free Provisioning (Run your app on a device, just with your Apple ID, without Apple developer membership)