• Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
brainCloud Forums

latest braincloud xcode build error

Scheduled Pinned Locked Moved Unsolved General
4 Posts 2 Posters 210 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LEE JONG GUN
    wrote on last edited by
    #1

    Libraries/com.bitheads.braincloud/Runtime/Plugins/iOS/RegionLocaleNative.mm:13:38 Use of undeclared identifier 'currentLocale'

    1 Reply Last reply
    0
  • L Offline
    L Offline
    LEE JONG GUN
    wrote on last edited by
    #2

    extern "C"
    {
    extern "C"
    {
    const char * _GetUsersCountryLocale()
    {
    //NSString countryCode = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];
    NSString
    countryCode = [currentLocale objectForKey : NSLocaleCountryCode];
    if(countryCode == nil) {
    return strdup("Unknown");
    }

    		return strdup([countryCode UTF8String]);
    	}
    }
    

    }

    1 Reply Last reply
    0
  • Paul WinterhalderP Offline
    Paul WinterhalderP Offline
    Paul Winterhalder brainCloudAdmin
    wrote on last edited by
    #3

    Hi Lee,

    I've reported this to the devs.

    Paul.

    1 Reply Last reply
    0
  • L Offline
    L Offline
    LEE JONG GUN
    wrote on last edited by
    #4

    Okay, I built it using the commented out part above.

    1 Reply Last reply
    0

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users