Giter VIP home page Giter VIP logo

Comments (7)

SunZhiC avatar SunZhiC commented on September 23, 2024 1

I am using the React Native version and encountered the same problem.

Undefined symbols for architecture arm64 ┌─ Symbol: dispatch thunk of JXSegmentedView.JXSegmentedView.indicators.getter : [__C.UIView & JXSegmentedView.JXSegmentedIndicatorProtocol] └─ Referenced from: ParticleWalletGUI.WalletViewController.(reloadTextAndColor in _36257EB54940F3C40877429E1DD641A7)() -> () in ParticleWalletGUI[arm64][176](WalletViewController.o)

add this to your Podfile.

pod 'JXSegmentedView', '1.3.1'

from particle-ios.

hupengfei-hinterstellar avatar hupengfei-hinterstellar commented on September 23, 2024

Podfile of Using Particle

# Particle
  pod 'AuthCoreAdapter', '1.4.0'
  pod 'ParticleAuthCore', '1.4.0'
  pod 'ParticleMPCCore', '1.4.0'
  pod 'Thresh', '1.4.0'

  pod 'ParticleWalletGUI', '1.4.0'
  pod 'ParticleWalletAPI', '1.4.0'
  pod 'ParticleNetworkBase', '1.4.0'
  pod 'ParticleWalletConnect', '1.4.0'
  pod 'ParticleAA', '1.4.0'

  pod 'ParticleConnect', '0.2.19'
  pod 'ConnectWalletConnectAdapter', '0.2.19'
  pod 'ConnectEVMAdapter', '0.2.19'
  pod 'ConnectSolanaAdapter', '0.2.19'
  pod 'ConnectPhantomAdapter', '0.2.19'
  pod 'ConnectCommon', '0.2.19'

  # from 1.14.0 you need add this line.
  pod 'SwiftyUserDefaults', :git => 'https://github.com/SunZhiC/SwiftyUserDefaults.git', :branch => 'master'
  # from 1.14.0, if you need ParticleWalletConnect, you should add this line.
  pod 'WalletConnectSwiftV2', :git => 'https://github.com/SunZhiC/WalletConnectSwiftV2.git', :branch => 'particle'
  # if you need ParticleAuthCore or ParticleWalletGUI, you should add this line.
  pod 'SkeletonView', :git => 'https://github.com/SunZhiC/SkeletonView.git', :branch => 'main'

from particle-ios.

SunZhiC avatar SunZhiC commented on September 23, 2024

What is the JXSegmentedView pod version in Podfile.lock?
is it >= 1.3.1 ?

from particle-ios.

hupengfei-hinterstellar avatar hupengfei-hinterstellar commented on September 23, 2024

Yeah, it's 1.3.3

  - JXPagingView/Paging (2.1.3)
  - JXSegmentedView (1.3.3)

from particle-ios.

SunZhiC avatar SunZhiC commented on September 23, 2024
pod 'JXSegmentedView', '1.3.1'

Specify JXSegmentedView version to 1.3.1 to fix this error, I suppose it changes something from 1.3.1 to 1.3.3.

from particle-ios.

hupengfei-hinterstellar avatar hupengfei-hinterstellar commented on September 23, 2024
pod 'JXSegmentedView', '1.3.1'

Specify JXSegmentedView version to 1.3.1 to fix this error, I suppose it changes something from 1.3.1 to 1.3.3.

After modification, it can be run successfully

from particle-ios.

beanu avatar beanu commented on September 23, 2024

I am using the React Native version and encountered the same problem.

Undefined symbols for architecture arm64 ┌─ Symbol: dispatch thunk of JXSegmentedView.JXSegmentedView.indicators.getter : [__C.UIView & JXSegmentedView.JXSegmentedIndicatorProtocol] └─ Referenced from: ParticleWalletGUI.WalletViewController.(reloadTextAndColor in _36257EB54940F3C40877429E1DD641A7)() -> () in ParticleWalletGUI[arm64][176](WalletViewController.o)

from particle-ios.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.