<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[latest braincloud xcode build error]]></title><description><![CDATA[<p dir="auto">Libraries/com.bitheads.braincloud/Runtime/Plugins/iOS/RegionLocaleNative.mm:13:38 Use of undeclared identifier 'currentLocale'</p>
]]></description><link>https://forums.getbraincloud.com/topic/233/latest-braincloud-xcode-build-error</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 18:04:04 GMT</lastBuildDate><atom:link href="https://forums.getbraincloud.com/topic/233.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Oct 2024 07:06:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to latest braincloud xcode build error on Wed, 23 Oct 2024 23:41:54 GMT]]></title><description><![CDATA[<p dir="auto">Okay, I built it using the commented out part above.</p>
]]></description><link>https://forums.getbraincloud.com/post/747</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/747</guid><dc:creator><![CDATA[LEE JONG GUN]]></dc:creator><pubDate>Wed, 23 Oct 2024 23:41:54 GMT</pubDate></item><item><title><![CDATA[Reply to latest braincloud xcode build error on Wed, 23 Oct 2024 15:03:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi Lee,</p>
<p dir="auto">I've reported this to the devs.</p>
<p dir="auto">Paul.</p>
]]></description><link>https://forums.getbraincloud.com/post/746</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/746</guid><dc:creator><![CDATA[Paul Winterhalder]]></dc:creator><pubDate>Wed, 23 Oct 2024 15:03:40 GMT</pubDate></item><item><title><![CDATA[Reply to latest braincloud xcode build error on Tue, 22 Oct 2024 07:13:26 GMT]]></title><description><![CDATA[<p dir="auto">extern "C"<br />
{<br />
extern "C"<br />
{<br />
const char * _GetUsersCountryLocale()<br />
{<br />
//NSString <em>countryCode = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode];<br />
NSString</em> countryCode = [currentLocale objectForKey : NSLocaleCountryCode];<br />
if(countryCode == nil) {<br />
return strdup("Unknown");<br />
}</p>
<pre><code>		return strdup([countryCode UTF8String]);
	}
}
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://forums.getbraincloud.com/post/745</link><guid isPermaLink="true">https://forums.getbraincloud.com/post/745</guid><dc:creator><![CDATA[LEE JONG GUN]]></dc:creator><pubDate>Tue, 22 Oct 2024 07:13:26 GMT</pubDate></item></channel></rss>