ugol / pomodoro

Time management for your Mac
http://pomodoro.ugolandini.com
881 stars 238 forks source link

OSStatus error 100021 #286

Closed yasuoza closed 10 years ago

yasuoza commented 11 years ago

I tried as #283 but I could not distribute as application. I searched google and found the solution here. http://stackoverflow.com/questions/13048452/getting-osstatus-error-100021-when-trying-to-ad-hoc-distribute-ios-app

What I did is

I wish this may help someone.

netikular commented 11 years ago

I tried your steps and they did not work.

Is any one else having this issue?

jowens commented 11 years ago

I can build it with the above steps, but it doesn't work when I do.

netikular commented 11 years ago

I have the same problem. If I do the steps it builds but I get :

Dyld Error Message: Library not loaded: @executable_path/../Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit Referenced from: /Users/USER/Desktop/Pomodoro.app/Contents/MacOS/Pomodoro Reason: image not found

As an error when I try to run it.

On Monday, 7 January, 2013 at 7:57 AM, John Owens wrote:

I can build it with the above steps, but it doesn't work when I do.

— Reply to this email directly or view it on GitHub (https://github.com/ugol/pomodoro/issues/286#issuecomment-11941683).

netikular commented 11 years ago

I tried removing just the BGHUDAppKit framework and that allowed me to create the .app but the application would still not run.

I was wondering if anyone thinks it could be related to the warning.

Check dependencies

Warning: Installation Directory starts with @executable_path but Skip Install is disabled.

On Monday, 7 January, 2013 at 8:25 PM, Kevin Pratt wrote:

I have the same problem. If I do the steps it builds but I get :

Dyld Error Message: Library not loaded: @executable_path/../Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit Referenced from: /Users/USER/Desktop/Pomodoro.app/Contents/MacOS/Pomodoro Reason: image not found

As an error when I try to run it.

On Monday, 7 January, 2013 at 7:57 AM, John Owens wrote:

I can build it with the above steps, but it doesn't work when I do.

— Reply to this email directly or view it on GitHub (https://github.com/ugol/pomodoro/issues/286#issuecomment-11941683).

spegoraro commented 11 years ago

I'm getting the same issue.

If you remove the BGHUDAppKit project from pomodoro then build it separately to get the .framework file you can then link it that way. I did all of this which let me create the .app file, however it failed to load up still.

VGraupera commented 11 years ago

I got the same issue as stephen-pegoraro. I am able to build .app using these instructions, but the .app wont run. The app will run however if launched from xcode.

ptzn commented 11 years ago

Same issue. Does anybody found working solution for it? @ugol can you please put binaries somewhere so everybody can just download it without compilation from sources?

h3adache commented 11 years ago

The suggested solution gets rid of the error but the resulting app won't start up. I haven't been able to find a solution for it but because the archive is already created, I just copy the pomodoro.app from there and manually distribute it to my applications. I haven't found a better solution yet

slucero commented 11 years ago

I can confirm that the solution by @h3adache works.

  1. From the Archives screen right-click the release you've built
  2. Select "Show in Finder"
  3. Right-click the xcarchive file
  4. Select "Explore Package Contents"
  5. The compiled app may be found at Products/Applications/Pomodoro.app
wavded commented 11 years ago

@slucero steps worked for me

rogowar commented 11 years ago

Agreed, @slucero steps worked for me as well.

dominik-hadl commented 11 years ago

Thanks, @slucero advice worked for me too!

hkora commented 11 years ago

Thanks @slucero , I can find the application.

rkJun commented 11 years ago

Thanks @slucero !

marcopasi commented 10 years ago

Worked for me too. Thanks @slucero!

yasuoza commented 10 years ago

Thanks @slucero! It worked for me too!