Xcode 9.2 Walk Through

Discussion in 'How Can I...?' started by SpencerKMcGee, Apr 7, 2018.

  1. SpencerKMcGee

    SpencerKMcGee Boxer

    Joined:
    Nov 11, 2017
    Messages:
    37
    Likes Received:
    4
    Is there a thread or a video explaining how to build export from Xcdoe. When i open the BB file in xcode and try to test I keep getting a code sign error?
    has anyone else ran into this problem?
     
  2. Bilz636

    Bilz636 Avid Boxer

    Joined:
    Oct 5, 2015
    Messages:
    313
    Likes Received:
    182
    your project is achieve in OS 11.2 i guess. Maybe you also have IPA file which you can use to install into your iphone to test it


    Method # 1 – Using iTunes.

    [​IMG]

    iTunes too provides a functionality to directly install ipa apps on your device. Perform the following steps to install ipa apps through iTunes –

    • Connect your Phone to computer and launch iTunes.
    • Drag the app’s .ipa file into iTunes library.
    • Click on Sync and done, that’s it . If the app was earlier backed up from the same device, it would be installed without any fuss.

    Method # 2 - TestFlight
    just follow the link
    https://developer.apple.com/testflight/


    or
    here is another solution
    https://codeburst.io/latest-itunes-...how-to-install-ipa-on-the-device-3c7d4a2bc788
     
    SpencerKMcGee likes this.
  3. SpencerKMcGee

    SpencerKMcGee Boxer

    Joined:
    Nov 11, 2017
    Messages:
    37
    Likes Received:
    4
    Thanks! I'll give it a shot!
     

Share This Page