i'm getting below error while building, can please me on this.
check dependencies code sign error: provisioning profile not match bundle identifier: provisioning profile specified in build settings (“example test - open”) has appid of “com.test.example” not match bundle identifier “com.test.exampletests”. codesign error: code signing required product type 'unit test bundle' in sdk 'ios 8.3'
change bundle id com.test.example in info.plist file. or else create new provisioning profile , app id com.test.exampletests. after doing 1 above, clean project , rebuild it.
Comments
Post a Comment