Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8648691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:22:19+00:00 2026-06-12T13:22:19+00:00

I update Xcode from 4.4.1 to 4.5. Now all my projects using PJSIP are

  • 0

I update Xcode from 4.4.1 to 4.5. Now all my projects using PJSIP are
crashed. Anyone help me compiling PJSIP for Xcode 4.5?
Thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:22:20+00:00Added an answer on June 12, 2026 at 1:22 pm

    in version 4.5 the support for armv6 was removed and by default the support for armv7s is enabled. you have to compile the library first with armv7 support and then with armv7s support and then you have to merge this into a one fat library using lipo.

    Steps:

    # ARCH="-arch armv7" ./configure-iphone 
    # make dep && make
    

    then you can collect your libraries into a folder and add the armv7 part to the library names

    then do you have to clean and rebuild again with armv7s support

    # make clean
    # ARCH="-arch armv7s" ./configure-iphone 
    # make dep && make
    

    copy all of the libraries into the same folder with the previous ones and add the armv7s part to the library names. Then you can use lip to combine the libraries into a single library like this:

    # lipo -output libgsmcodec-arm-apple-darwin9.a -create libgsmcodec-arm-apple-darwin9-armv7.a libgsmcodec-arm-apple-darwin9-armv7s.a 
    

    you can write a script to automate this or you have to do this manually for every library.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since recent update Xcode 4.3 now seems to default to LLDB debugger. I just
I'm using Xcode 4.3.2 and it tried to install an update to the command
I recently started using Xcode 4.2 and the iOS 5 simulator. When I update
I'm using RubyMotion (had been writing Obj C in Xcode previously but now I'm
I'm looking to find information on how to update my XCode program that has
I was just asked to update my settings in xcode as I was getting
I started to write phonegap apps in xcode. I am writing update checker applications
I am trying to upload my app's updates via Xcode to itunesconnect using this
I am coming from a novice database programmer background, mainly using MS Access for
UPDATE: I've solved this now - see my own comment. Amazing how often writing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.