Feeniix_
Posts: 0
Joined: Tue Dec 20, 2011 5:45 am

How do I compile and install the iPhone Tiggzi Tester?

I've downloaded the code, got xcode installed, did the stuff in the developer portal for the certificate signing and provisioning stuff.... and I hit 'run' in xcode and I get loads of errors and it fails because (I think) it's looking for another developer (someone named Pavel..?).

I know it says to follow the steps in the readme.txt file, but the only one I was able to find doesn't have any details in it.

I'm worried that I'm finding this so hard I may never be able to do it with my actual apps :'(

Can you point me in the right direction, please?

Also, is there a step-by-step guide around for when I want to compile my code from my tiggzi app?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do I compile and install the iPhone Tiggzi Tester?

Looking into this...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How do I compile and install the iPhone Tiggzi Tester?

Can you tell us exactly what errors did you get?

p.orbitum
Posts: 0
Joined: Tue Jan 24, 2012 10:30 am

How do I compile and install the iPhone Tiggzi Tester?

Jaimee, hello!

iOS-development requires a pair: the developer's certificate and the provisioning profile. The source code of the Tiggzi tester is configured for development and distribution builds (Ad-hoc distribution). For them you need 2 pairs - the developer's certificate and correspondent provisioning profile and the distribution certificate and correspondent profile.

If you have correct certificates and profiles from the Apple iOS Program Portal, you can compile and run the application on the devices. What you need to do:

  1. Add the certificates to the your Mac's keychain.

  2. Add the provisioning profiles to the Xcode (drag'n'drop them to the Xcode icon on the Mac's launch bar).

  3. Add the provisioning profiles to the Device (Connect your device to the Mac, launch Xcode and go to the Menu: Window-Organizer. Select "Devices", then select your device in the list. Open Provisioning profiles and you can manage them).

  4. Open the Tiggzi project in Xcode, select MultPhoneGap.xcodeproj and go to the "Build Settings" in the Xcode's main window. Find there "Code Signing" section and correct the parameter "Code Signing Identity - Debug(and Release) - Any iOS SDK" - set your developer's certificate there from the drop-down list. And "Code Signing Identity - Ad-hoc - Any iOS SDK" - set your distribution certificate there.

  5. Find file MultPhoneGap-Info.plist file in the Resources group folder. Correct the parameter "Bundle identifier" from com.exadel.Tiggzi to ve set this value when you have generated your profiles on the Apple iOS Program Portal).

    After this, you likely can compile and run the application on your device (Remember to select correct target in the top-left corner of the Xcode window).

    Let us know if you have any questions.

    Best Regards, Pavel.

Return to “Issues”