I am trying to build the application in XCode, and keep getting a Code Sign error.
I've canged the info in the Info area to my own keys, etc., but I keep getting the followig error;
"The identity 'iPhone Developer: Alex T (id_number_removed) doesn't match any valid certificate/private key pait in the defaul keychain"
Does anyone know where I change this info other than the application inf area?
In the code signing entitlements area, I have my key selected, but the app will not compile still.
newbreed |
did u managed to fix this?
i also have this error,
|
You need to create a new profile and certificate. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Try to select it for all configurations. It maybe that you changed it for one configuration, but tried to build another one.
I am trying to build the application in XCode, and keep getting a Code Sign error.
I've canged the info in the Info area to my own keys, etc., but I keep getting the followig error;
"The identity 'iPhone Developer: Alex T (id_number_removed) doesn't match any valid certificate/private key pait in the defaul keychain"
Does anyone know where I change this info other than the application inf area?
In the code signing entitlements area, I have my key selected, but the app will not compile still.
Rules → http://www.boonex.com/terms |
|
Did you ever get this corrected ??
Seems to be you have the output selected incorrectly, and you can test via changing to the simulator.
The process of getting your provisinal keys from apple etc is more indepth then just getting a certificate.
If you need assistance, let me know.
Steve
FullSpectrum Media - FullspectrumMedia.com - iPhone / iPad App Development |
Did you ever get this corrected ??
Seems to be you have the output selected incorrectly, and you can test via changing to the simulator.
The process of getting your provisinal keys from apple etc is more indepth then just getting a certificate.
If you need assistance, let me know.
Steve
Hi Steve, yes I eventually got it to work. Didn't matter though, the app code has so many errors (I counted 40 last time I tried to compile it, and that's without making ANY changes!) in it that are such a pain in the butt, it would never get through Apple's review. It would take someone with a lot of experience to fix the code as given, the memory leaks, the run-time errors, etc., it would be faster and less frustrating to build your own app, which is what we're doing now. To bad there's no refund process, the purchase of the code was useless in our case.
newbreed |
I hear you on that, and we did just that. We fixed and added more features.
The app only gives you the warnings on 4.x
If you compile for 3.x it processes clean.
Cheers FullSpectrum Media - FullspectrumMedia.com - iPhone / iPad App Development |
Did you ever get this corrected ??
Seems to be you have the output selected incorrectly, and you can test via changing to the simulator.
The process of getting your provisinal keys from apple etc is more indepth then just getting a certificate.
If you need assistance, let me know.
Steve
Hi Steve, yes I eventually got it to work. Didn't matter though, the app code has so many errors (I counted 40 last time I tried to compile it, and that's without making ANY changes!) in it that are such a pain in the butt, it would never get through Apple's review. It would take someone with a lot of experience to fix the code as given, the memory leaks, the run-time errors, etc., it would be faster and less frustrating to build your own app, which is what we're doing now. To bad there's no refund process, the purchase of the code was useless in our case.
Source code for download is the exact code which is used in current iPhone app, it is successfully complied and was approved by apple without any problems.
Please can you specify the exact errors, memory leaks, etc ???
Also is it latest iPhone app source code which you purchased and download from BoonEx ? it maybe that you get this code from some other place - in this case result is unpredictable!
Rules → http://www.boonex.com/terms |
Alex,
The latest version of the source, shows alot of deprecated items.
(I counted about 40+ when going thru)
(this is on the 4.2 SDK)
example: Build Dolphin of project Dolphin61 with configuration Debug
CompileC build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Objects-normal/i386/XMLValueDecoder.o Classes/XMLRPC/XMLValueDecoder.m normal i386 objective-c com.apple.compilers.gcc.4_2 cd " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy" setenv LANG en_US.US-ASCII setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk -fexceptions -fvisibility=hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -iquote " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-generated-files.hmap" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-own-target-headers.hmap" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-all-target-headers.hmap" -iquote " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-project-headers.hmap" "-F iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Debug-iphonesimulator" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Debug-iphonesimulator/include" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/DerivedSources/i386" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/DerivedSources" -include /var/folders/uj/ujkB9LMPF0GyBHPvB+VwSk+++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders/Dolphin6_Prefix-agcgmzjrflykxcambbqdvvfkaprg/Dolphin6_Prefix.pch -c " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m" -o " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Objects-normal/i386/XMLValueDecoder.o"
iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m: In function '-[XMLValueDecoder initWithParser:andParentDecoder:]': iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m:11: warning: class 'XMLValueDecoder' does not implement the 'NSXMLParserDelegate' protocol
|
These are not errors, these are warnings, because app was created long time ago for previous versions, some programming code was deprecated in latest versions, but it is still working. It is not affect app functionality!
I will try to get rid of these warnings if I have time, or will create critical update as soon as this code will cause errors !
Alex,
The latest version of the source, shows alot of deprecated items.
(I counted about 40+ when going thru)
(this is on the 4.2 SDK)
example: Build Dolphin of project Dolphin61 with configuration Debug
CompileC build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Objects-normal/i386/XMLValueDecoder.o Classes/XMLRPC/XMLValueDecoder.m normal i386 objective-c com.apple.compilers.gcc.4_2 cd " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy" setenv LANG en_US.US-ASCII setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk -fexceptions -fvisibility=hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -iquote " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-generated-files.hmap" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-own-target-headers.hmap" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-all-target-headers.hmap" -iquote " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-project-headers.hmap" "-F iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Debug-iphonesimulator" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Debug-iphonesimulator/include" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/DerivedSources/i386" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/DerivedSources" -include /var/folders/uj/ujkB9LMPF0GyBHPvB+VwSk+++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders/Dolphin6_Prefix-agcgmzjrflykxcambbqdvvfkaprg/Dolphin6_Prefix.pch -c " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m" -o " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Objects-normal/i386/XMLValueDecoder.o"
iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m: In function '-[XMLValueDecoder initWithParser:andParentDecoder:]': iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m:11: warning: class 'XMLValueDecoder' does not implement the 'NSXMLParserDelegate' protocol
Rules → http://www.boonex.com/terms |
These are not errors, these are warnings, because app was created long time ago for previous versions, some programming code was deprecated in latest versions, but it is still working. It is not affect app functionality!
I will try to get rid of these warnings if I have time, or will create critical update as soon as this code will cause errors !
Alex,
The latest version of the source, shows alot of deprecated items.
(I counted about 40+ when going thru)
(this is on the 4.2 SDK)
example: Build Dolphin of project Dolphin61 with configuration Debug
CompileC build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Objects-normal/i386/XMLValueDecoder.o Classes/XMLRPC/XMLValueDecoder.m normal i386 objective-c com.apple.compilers.gcc.4_2 cd " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy" setenv LANG en_US.US-ASCII setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c -arch i386 -fmessage-length=0 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk -fexceptions -fvisibility=hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -iquote " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-generated-files.hmap" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-own-target-headers.hmap" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-all-target-headers.hmap" -iquote " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Dolphin-project-headers.hmap" "-F iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Debug-iphonesimulator" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Debug-iphonesimulator/include" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/DerivedSources/i386" "-I iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/DerivedSources" -include /var/folders/uj/ujkB9LMPF0GyBHPvB+VwSk+++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders/Dolphin6_Prefix-agcgmzjrflykxcambbqdvvfkaprg/Dolphin6_Prefix.pch -c " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m" -o " iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/build/Dolphin61.build/Debug-iphonesimulator/Dolphin.build/Objects-normal/i386/XMLValueDecoder.o"
iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m: In function '-[XMLValueDecoder initWithParser:andParentDecoder:]': iPhone:iPad Developement/Dolphin7-iPhone-Src-v.1.2 copy/Classes/XMLRPC/XMLValueDecoder.m:11: warning: class 'XMLValueDecoder' does not implement the 'NSXMLParserDelegate' protocol
Alex,
I agree these are not ERRORs , just warnings.
I have not seen any "errors" in compiling the code, just lots of deprecations.
( I have not come across specific memory leaks as stated by others, and I dont see any showing)
I normally go thru the paces with shark, Malloc, and ObjectA to check different areas. (but I can look again as well)
cx
|