Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 7    Views: 104

Absentia
buzztouch Evangelist
Profile
Posts: 960
Reg: Oct 20, 2011
Alaska
20,600
11/21/14 11:35 PM (9 years ago)

64bit support for Mac Image Gallery

Some of you may or may not know that Apple is going to be requiring 64 bit support for all submitted apps/updates starting February 1, 2015. Adding 'arm64' to the Valid Architectures list brings up about 70 warnings, but my apps still compile fine. So far the only issue I've run into is a very random one with the Mac Image Gallery - when I scroll through the images it keeps showing the same two pictures over and over again. I'm sure this has something to do with the warnings that are appearing in the code in the Mac_image_gallery.m...some of which are the following - "values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead" "implicit conversion loses integer precision: 'unsigned long' to 'int'" "comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always " Any ideas on how to get this working right again?
 
Adam
Aspiring developer
Profile
Posts: 247
Reg: Oct 23, 2010
Southern Califo...
4,470
like
11/22/14 01:53 AM (9 years ago)
Ya just tested it out you are right.
 
Adam
Aspiring developer
Profile
Posts: 247
Reg: Oct 23, 2010
Southern Califo...
4,470
like
11/24/14 12:00 PM (9 years ago)
Got an email from Keith. He is working on updating the plugin. Adam
 
Adam
Aspiring developer
Profile
Posts: 247
Reg: Oct 23, 2010
Southern Califo...
4,470
like
12/13/14 10:46 PM (9 years ago)
Did you find a fix? Adam
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
12/14/14 10:33 AM (9 years ago)
Perhaps you can find a clue within the Open Source GitHub repository. They probably have updated the code for 64-bit.
 
AppOne
buzztouch Evangelist
Profile
Posts: 348
Reg: Apr 03, 2012
London
13,980
like
02/07/15 03:43 AM (9 years ago)
Hi I'm getting this same problem since updating to arm64 a moment ago - I scroll through the images it keeps showing the same two pictures over and over again. Any solutions found? Thanks
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
04/06/15 01:14 PM (9 years ago)
Same two images issue. Will create a new thread to gain interest again in a fix.
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
04/06/15 01:22 PM (9 years ago)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.