0

어제 appcelerator 티타늄 앱용 facebook 모듈을 설치했는데, 시뮬레이터와 장치에서 완벽하게 작동했습니다. 오늘 아침 시뮬레이터를 실행하면 다음 메시지가 나타납니다. 모듈을 찾을 수 없습니다 : 아키텍처에 대한 페이스 북 : x86_64 이 버그에 대해 알고 계십니까? 내 tiapp의 XML에 내가 가지고모듈을 찾을 수 없습니다 : 건축용 페이스 북 : x86_64

<?xml version="1.0" encoding="UTF-8"?> 
 
<ti:app xmlns:ti="http://ti.appcelerator.org"> 
 
    <id>com.fbtest.fr</id> 
 
    <name>fbtest</name> 
 
    <version>1.0</version> 
 
    <publisher>esy</publisher> 
 
    <url>http://www.fbtest.fr</url> 
 
    <description>undefined</description> 
 
    <copyright>2016 by xxx</copyright> 
 
    <icon>appicon.png</icon> 
 
    <fullscreen>false</fullscreen> 
 
    <navbar-hidden>false</navbar-hidden> 
 
    <analytics>true</analytics> 
 
    <guid>a7e1628d-e202-47a5-9ccc-c6f868dc3862</guid> 
 
    <property name="ti.ui.defaultunit" type="string">dp</property> 
 
    <property name="ti.facebook.appid">222219821644449</property> 
 
    <ios> 
 
     <enable-launch-screen-storyboard>true</enable-launch-screen-storyboard> 
 
     <plist> 
 
      <dict> 
 
       <key>UISupportedInterfaceOrientations~iphone</key> 
 
       <array> 
 
        <string>UIInterfaceOrientationPortrait</string> 
 
       </array> 
 
       <key>UISupportedInterfaceOrientations~ipad</key> 
 
       <array> 
 
        <string>UIInterfaceOrientationPortrait</string> 
 
        <string>UIInterfaceOrientationPortraitUpsideDown</string> 
 
        <string>UIInterfaceOrientationLandscapeLeft</string> 
 
        <string>UIInterfaceOrientationLandscapeRight</string> 
 
       </array> 
 
       <key>UIRequiresPersistentWiFi</key> 
 
       <false/> 
 
       <key>UIPrerenderedIcon</key> 
 
       <false/> 
 
       <key>UIStatusBarHidden</key> 
 
       <false/> 
 
       <key>UIStatusBarStyle</key> 
 
       <string>UIStatusBarStyleDefault</string> 
 
       <key>CFBundleURLTypes</key> 
 
       <array> 
 
        <dict> 
 
         <key>CFBundleURLName</key> 
 
         <!-- Application ID same as the id value in the tiapp.xml file --> 
 
         <string>222219821644449</string> 
 
         <key>CFBundleURLSchemes</key> 
 
         <array> 
 
          <!-- Prefix the Facebook App ID with 'fb' --> 
 
          <string>fb222219821644449</string> 
 
         </array> 
 
        </dict> 
 
       </array> 
 
       <key>FacebookAppID</key> 
 
       <!-- Facebook App ID --> 
 
       <string>222219821644449</string> 
 
       <key>FacebookDisplayName</key> 
 
       <!-- Facebook App Name from developer.facebook.com --> 
 
       <string>myappmobile</string> 
 
       <key>LSApplicationQueriesSchemes</key> 
 
       <!-- If dialog --> 
 
       <array> 
 
        <string>fbapi</string> 
 
        <string>fb-messenger-api</string> 
 
        <string>fbauth2</string> 
 
        <string>fbshareextension</string> 
 
       </array> 
 
       <key>NSAppTransportSecurity</key> 
 
<dict> 
 
    <key>NSExceptionDomains</key> 
 
     <dict> 
 
      <key>facebook.com</key> 
 
       <dict> 
 
        <key>NSIncludesSubdomains</key> <true/>   
 
        <key>NSExceptionRequiresForwardSecrecy</key> <false/> 
 
       </dict> 
 
      <key>fbcdn.net</key> 
 
       <dict> 
 
        <key>NSIncludesSubdomains</key> <true/> 
 
        <key>NSExceptionRequiresForwardSecrecy</key> <false/> 
 
       </dict> 
 
      <key>akamaihd.net</key> 
 
       <dict> 
 
        <key>NSIncludesSubdomains</key> <true/> 
 
        <key>NSExceptionRequiresForwardSecrecy</key> <false/> 
 
       </dict> 
 
     </dict> 
 
</dict> 
 
      </dict> 
 
     </plist> 
 
    </ios> 
 
    <android xmlns:android="http://schemas.android.com/apk/res/android"/> 
 
    <mobileweb> 
 
     <precache/> 
 
     <splash> 
 
      <enabled>true</enabled> 
 
      <inline-css-images>true</inline-css-images> 
 
     </splash> 
 
     <theme>default</theme> 
 
    </mobileweb> 
 
    <modules> 
 
     <module platform="iphone">facebook</module> 
 
     <module platform="android">facebook</module> 
 
    </modules> 
 
    <deployment-targets> 
 
     <target device="android">true</target> 
 
     <target device="ipad">false</target> 
 
     <target device="iphone">true</target> 
 
     <target device="mobileweb">false</target> 
 
     <target device="windows">false</target> 
 
    </deployment-targets> 
 
    <sdk-version>5.2.2.GA</sdk-version> 
 
    <plugins> 
 
     <plugin version="1.0">ti.alloy</plugin> 
 
    </plugins> 
 
    <property name="appc-app-id" type="string">574fe360cdc3903902cd</property> 
 
</ti:app>

내가 뭔가를 놓친 적이 있습니까?

+1

무엇을 당신의 페이스 북의 모듈 버전이 당신이 아이폰 OS에 구축하면 어떻게 xcodebuilder 버전이? – genocsb

답변

1

64 비트 장치를 사용 중이기 때문입니다. 오래된 모듈을 사용하고 있다면 최신 모듈을 사용해야합니다. 최신 버전 인 경우 xcode를 업데이트해야 할 수 있습니다. 일반적으로 Appcelerator는 업데이트 된 것을 모두 사용하도록 권장합니다. 당신은 여기에 좀 더 많은 정보를 찾을 수 있습니다

: Facebook module is no longer 64 bit in appcelerator 5.2GA

관련 문제