a valid provisioning profile for this executable was not found

新设备在xcode运行时,可能会报这个错“a valid provisioning profile for this executable was not found”。这可能是因为你的设备没有加到provisioning profile中。 这里需要注意,bundle id 和 provisioning profile 的统一。另外project的 Code Signing Identity 与 target的Code Signing Identity要统一使用新的 provisioning profile 的 developer。

你可能感兴趣的:(ios,xcode)