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

  • Home
  • SEARCH
  • 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 808337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:32:47+00:00 2026-05-15T00:32:47+00:00

I am trying to add the Parsekit framework to my OSX Xcode project. I’ve

  • 0

I am trying to add the Parsekit framework to my OSX Xcode project. I’ve never added a 3rd party framework before and I can’t get it to work right.

I dragged the included Xcode project into my ‘Groups & Files’ pane and chose to Add it to my project. I then dragged Parsekit.framework underneath the Link Binary With Libraries heading. Then I double-clicked my target app and added Parsekit as a Direct Dependency. I also added libicucore.dylib as a Linked Library (as it says to do this on their site). Finally, in the Build settings tab of my target info I set the Header Search Paths to /Users/path/to/include/directory and the Other Linker Flags to -ObjC -all_load.

Running this as a debug build work fine with no errors. However, when I build my app to release and then try to run the executable created, the app fails to load with the following error message:

MyApp cannot be opened because of a problem. Check with the developer to make sure myApp works with this version of Mac OS X.

Here is the dump from the crash reporter:

Process: MyApp [11658] Path:
/Users/Garry/Programming/Xcode/Mac/MyApp/build/Release/MyApp.app/Contents/MacOS/MyApp
Identifier: com.yourcompany.MyApp
Version: ??? (???) Code Type:
X86-64 (Native) Parent Process:
launchd [135] Date/Time:
2010-05-24 17:08:08.475 +0100 OS
Version: Mac OS X 10.6.3 (10D573)
Report Version: 6Interval Since Last
Report: 133300 sec Crashes
Since Last Report: 3 Per-App
Crashes Since Last Report: 3
Anonymous UUID:
DF0265E4-B5A0-45E1-8B71-D52A27CFDDCA

Exception Type: EXC_BREAKPOINT
(SIGTRAP) Exception Codes:
0x0000000000000002, 0x0000000000000000
Crashed Thread: 0

Dyld Error Message: Library not
loaded:
@executable_path/../Frameworks/ParseKit.framework/Versions/A/ParseKit
Referenced from:
/Users/Garry/Programming/Xcode/Mac/MyApp/build/Release/MyApp.app/Contents/MacOS/MyApp
Reason: image not found

Model: MacBookPro5,5, BootROM
MBP55.00AC.B03, 2 processors, Intel
Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.47f2
Graphics: NVIDIA GeForce 9400M, NVIDIA
GeForce 9400M, PCI, 256 MB Memory
Module: global_name AirPort:
spairport_wireless_card_type_airport_extreme
(0x14E4, 0x8D), Broadcom BCM43xx 1.0
(5.10.91.27) Bluetooth: Version
2.3.1f4, 2 service, 2 devices, 1 incoming serial ports Network Service:
AirPort, AirPort, en1 Network Service:
Ethernet Adaptor (en6), Ethernet, en6
Serial ATA Device: Hitachi
HTS545025B9SA02, 232.89 GB Serial ATA
Device: HL-DT-ST DVDRW GS23N USB
Device: Built-in iSight, 0x05ac
(Apple Inc.), 0x8507, 0x24400000 USB
Device: Internal Memory Card Reader,
0x05ac (Apple Inc.), 0x8403,
0x26500000 USB Device: IR Receiver,
0x05ac (Apple Inc.), 0x8242,
0x04500000 USB Device: Apple Internal
Keyboard / Trackpad, 0x05ac (Apple
Inc.), 0x0237, 0x04600000 USB Device:
BRCM2046 Hub, 0x0a5c (Broadcom
Corp.), 0x4500, 0x06100000 USB Device:
Bluetooth USB Host Controller, 0x05ac
(Apple Inc.), 0x8213, 0x06110000

After building the app, in addition to the executable file, Xcode is also creating a file called MyApp.app.dSYM. Any idea what that is??

I am developing with Xcode 3.2.2 on an Intel MBP running 10.6.3.

Many thanks for any help offered.

Edit: New problem!
Many thanks to diciu for your suggestions – initially I thought they had solved the problem. However, I copied the compiled app over to my wife’s Macbook (Intel, running 10.6.3) but it won’t launch. Instead I get the following error message:

You can’t open the application MyApp because it is not supported on this type of Mac.

In the Build settings of MyApp, I have Valid architectures set to i386 x86_64 so it should work. What could this be caused by?

Edit: Problem solved
I had inadvertently checked the Build active architecture only flag in the Build settings. Unchecking this fixed my problem. Many 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-05-15T00:32:47+00:00Added an answer on May 15, 2026 at 12:32 am

    You have to create a “copy files” step under your target.

    Right click your target, choose “Add” -> “New Build Phase” -> “New Copy Files Build Phase”.
    For destination choose “Frameworks”.

    Under the newly created build phase, drag your Parsekit framework.

    The dsym package from your build directory contains debugging symbols.

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

Sidebar

Ask A Question

Stats

  • Questions 413k
  • Answers 413k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer if the purpose is to show or hide a part… May 15, 2026 at 8:30 am
  • Editorial Team
    Editorial Team added an answer Change the Version from an int? to an int. FluentNHibernate… May 15, 2026 at 8:30 am
  • Editorial Team
    Editorial Team added an answer Localization support in legacy browsers is poor. Originally, this was… May 15, 2026 at 8:30 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.